home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / megacdplayer / install_prefs_fonts next >
Text File  |  1996-03-26  |  887b  |  28 lines

  1. ;        Install Mega Cd Player Prefs  & Fonts 
  2.  
  3. echo "Installation of Mega Cd Player System Files  (Prefs & Fonts)"
  4. echo " ----------------------------------------------"
  5. echo "This script will install the system files for Mega Cd Player Only!"
  6. echo "Not the program! Itself. To do so, just drag  Mega Cd Player's drawer"
  7. echo "Icon to your desired drawer."
  8. echo ""
  9. ask "Do you want to Continue ? (y/n)"
  10. if warn
  11.     echo "Copying Preferences..."
  12.     copy env/#? ENV:MegaCdPlayer ALL
  13.     copy env/#? ENVARC:MegaCdPlayer ALL
  14.     echo ""
  15.     echo "Copying Fonts..."
  16.     copy Fonts/#? Fonts: ALL
  17.     echo ""
  18.     echo "Installation complete..."
  19.     echo ""
  20.     echo "Now drag the Mega Cd Player's drawer to your desired drawer!"
  21.     echo "Mega Cd Player can be started by double clicking Mega_CdPlayer Icon."
  22.     wait 9
  23. else
  24.     echo ""
  25.     echo ""
  26.     echo "Installation aborted !..."
  27. endif
  28.